Versions:

  • 0.6.9
  • 0.6.8
  • 0.6.7
  • 0.6.5
  • 0.6.3
  • 0.6.2
  • 0.6.1
  • 0.6.0
  • 0.5.9
  • 0.5.8
  • 0.5.7
  • 0.5.4
  • 0.5.3
  • 0.5.2
  • 0.5.1
  • 0.5.0
  • 0.4.0
  • 0.3.2
  • 0.3.1
  • 0.3.0
  • 0.2.1
  • 0.1.7

ZeroClaw 0.6.9, released by ZeroClaw Labs as the twenty-second iteration of the project, is an open-source AI-assistant framework engineered to host fully autonomous, agentic workflows on minimal hardware. Packaged as a single, few-megabyte Rust binary, it abstracts models, tools, memory, and execution into pluggable traits, letting developers compose once and deploy anywhere—from ARM and RISC-V edge boards to x86 cloud micro-instances—without dragging heavy runtime dependencies. The runtime launches near-instantly, keeps resident memory in the single-digit megabytes, and cold-starts daemons fast enough for interactive CLI or background service use. A built-in research phase calls external tools before generating answers, cutting hallucinations by fact-checking upstream data first. Providers, channels, memory stores, and tunnels are swappable through trait-based architecture, so teams can swap OpenAI endpoints for on-prem models, embed custom toolchains, or enforce strict sandboxing and workspace-scoped allowlists without touching core code. Typical use cases span low-cost IoT gateways that need on-device reasoning, CI pipelines that spin up ephemeral agents for test orchestration, and research clusters that farm out proactive information-gathering tasks to numerous small cloud instances. The framework is catalogued under Developer Tools / AI & Machine Learning Frameworks. ZeroClaw is available for free on get.nero.com, with downloads served through trusted Windows package sources such as winget, always delivering the latest version and supporting batch installation of multiple applications.

Tags: